今天要繼續完成專輯展示區滑動的效果
接續作天的CSS:
position: absolute
:固定在輪播區兩側。:disabled
:當滑到最左或最右,按鈕變灰不可點。currentIndex
:紀錄目前左側第一張卡片的索引。getCardWidth()
:計算每張卡片含間距的實際寬度,方便平移軌道。updateCarousel()
:根據 currentIndex
更新 .carousel-track
的 translateX
位置,並控制箭頭狀態。addEventListener
:按左/右箭頭時,currentIndex
加減 1,然後更新滑動位置。updateCarousel()
:設定初始狀態。